home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / WMInspector / GnuplotInspector.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  618 b   |  33 lines

  1. /*
  2.  *  Copyright (C) 1993  Robert Davis
  3.  *
  4.  *  This program is free software; you can redistribute it and/or
  5.  *  modify it under the terms of Version 2, or any later version, of 
  6.  *  the GNU General Public License as published by the Free Software 
  7.  *  Foundation.
  8.  */
  9.  
  10. /* $Id: GnuplotInspector.h,v 1.4 1993/05/30 20:09:51 davis Exp $ */
  11.  
  12. #import <apps/Workspace.h>
  13.  
  14. @interface GnuplotInspector:WMInspector
  15. {
  16.     id        typeField;
  17.     id        titleText;
  18.     id        expressionsText;
  19.  
  20.     char    title[1024];
  21.     char    expressions[1024];
  22.     char    typestring[1024];
  23.  
  24.     unsigned int    type;
  25. }
  26.  
  27. +new;
  28.  
  29. -ok:sender;
  30. -revert:sender;
  31.  
  32. @end
  33.